Skip to content

chore: update go mod for auto finalize epoch#1337

Merged
MicBun merged 2 commits intomainfrom
autoFinalzeGoMod
Mar 13, 2026
Merged

chore: update go mod for auto finalize epoch#1337
MicBun merged 2 commits intomainfrom
autoFinalzeGoMod

Conversation

@MicBun
Copy link
Member

@MicBun MicBun commented Mar 13, 2026

resolves: #1316

Summary by CodeRabbit

  • Chores
    • Updated module dependencies to newer releases, including the Kwil database modules.
    • Changes are limited to dependency version updates and do not modify public interfaces or application behavior.

@MicBun MicBun requested a review from pr-time-tracker March 13, 2026 17:03
@MicBun MicBun self-assigned this Mar 13, 2026
@coderabbitai
Copy link

coderabbitai bot commented Mar 13, 2026

📝 Walkthrough

Walkthrough

Updated go.mod to bump two kwil-db module pseudo-versions: github.com/trufnetwork/kwil-db and github.com/trufnetwork/kwil-db/core. No other code or exports were changed.

Changes

Cohort / File(s) Summary
Dependency Version Bumps
go.mod
Updated github.com/trufnetwork/kwil-db from v0.10.3-0.20260313141718-a7f124b3e0b7 to v0.10.3-0.20260313180311-7a6e0f2b5210, and github.com/trufnetwork/kwil-db/core from v0.4.3-0.20260313141718-a7f124b3e0b7 to v0.4.3-0.20260313180311-7a6e0f2b5210.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • pr-time-tracker

Poem

🐰 I hopped into go.mod with care,
Swapped two hashes floating in the air.
New pseudo-versions snug and bright,
A little update — all set right ✨

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Linked Issues check ❓ Inconclusive The PR updates kwil-db dependencies to address OOM issues [#1316], but the changes lack clear documentation on how these specific version updates reduce memory usage or mitigate OOM risk. Add comments or PR description details explaining how the updated kwil-db versions address the OOM mitigation goals from issue #1316.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: update go mod for auto finalize epoch' accurately describes the main change: updating go.mod dependencies related to auto finalization functionality.
Out of Scope Changes check ✅ Passed The PR only modifies go.mod with version updates to kwil-db dependencies, which is directly related to the OOM mitigation objectives in issue #1316; no extraneous changes detected.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch autoFinalzeGoMod
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@holdex
Copy link

holdex bot commented Mar 13, 2026

Time Submission Status

Member Status Time Action Last Update
MicBun ✅ Submitted 30min Update time Mar 13, 2026, 6:10 PM

You can submit time with the command. Example:

@holdex pr submit-time 15m

See available commands to help comply with our Guidelines.

@MicBun MicBun changed the title chore: update go mod for auto finalize chore: update go mod for auto finalize epoch Mar 13, 2026
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@go.mod`:
- Around line 20-21: The go.mod entries for github.com/trufnetwork/kwil-db and
github.com/trufnetwork/kwil-db/core currently point to pseudo-version ending in
commit 7a6e0f2b5210, but that commit only changes the erc20-bridge and does not
include the OOM mitigation referenced in issue `#1316`; verify the correct kwil-db
commit that contains the OOM/heap fixes and update the module lines
(github.com/trufnetwork/kwil-db and github.com/trufnetwork/kwil-db/core) to the
proper commit hash or revert the pseudo-version if no suitable commit exists so
the dependency actually delivers the OOM fix.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d776f36f-7d8b-44f0-9113-3986aa986830

📥 Commits

Reviewing files that changed from the base of the PR and between cadbbbd and 9bb03a2.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

@MicBun MicBun merged commit 7e8fb0d into main Mar 13, 2026
9 checks passed
@MicBun MicBun deleted the autoFinalzeGoMod branch March 13, 2026 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Problem: reduce the probability of out of memory issues on node

1 participant